home *** CD-ROM | disk | FTP | other *** search
- object Form22: TForm22
- Left = 96
- Top = 42
- BorderStyle = bsDialog
- Caption = 'Histogram'
- ClientHeight = 285
- ClientWidth = 427
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnPaint = FormPaint
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel3: TBevel
- Left = 64
- Top = 200
- Width = 321
- Height = 33
- end
- object Bevel1: TBevel
- Left = 72
- Top = 128
- Width = 289
- Height = 50
- Shape = bsBottomLine
- end
- object Bevel2: TBevel
- Left = 80
- Top = 48
- Width = 50
- Height = 138
- Shape = bsLeftLine
- end
- object Label1: TLabel
- Left = 40
- Top = 56
- Width = 32
- Height = 13
- Caption = 'Label1'
- end
- object Label2: TLabel
- Left = 336
- Top = 184
- Width = 32
- Height = 13
- Caption = 'Label2'
- end
- object Label3: TLabel
- Left = 80
- Top = 184
- Width = 32
- Height = 13
- Caption = 'Label3'
- end
- object PaintBox1: TPaintBox
- Left = 80
- Top = 72
- Width = 273
- Height = 105
- end
- object Label4: TLabel
- Left = 78
- Top = 202
- Width = 32
- Height = 13
- Alignment = taCenter
- Caption = 'Label4'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label5: TLabel
- Left = 78
- Top = 218
- Width = 32
- Height = 13
- Alignment = taCenter
- Caption = 'Label5'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Etiq3D1: TEtiq3D
- Left = 104
- Top = 2
- Width = 219
- Height = 55
- Caption = 'Histogram'
- Font.Charset = ANSI_CHARSET
- Font.Color = clNavy
- Font.Height = -48
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Button1: TButton
- Left = 176
- Top = 248
- Width = 75
- Height = 25
- Caption = '&Aceptar'
- Default = True
- TabOrder = 0
- OnClick = Button1Click
- end
- end
-